-
-
Notifications
You must be signed in to change notification settings - Fork 346
test: Async safe log write to console #5094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ensure setting SENTRY_ASYNC_SAFE_LOG_ALSO_WRITE_TO_CONSOLE = 1 doesn't get committed by accident.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5094 +/- ##
=============================================
- Coverage 92.787% 92.689% -0.099%
=============================================
Files 676 676
Lines 83881 83876 -5
Branches 30537 29453 -1084
=============================================
- Hits 77831 77744 -87
- Misses 5952 6037 +85
+ Partials 98 95 -3 see 23 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
I believe I need more context here. |
I did this as a follow up on: #5091 (comment). I added a clarification comment. Is it clearer now @philprime? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to block this PR longer therefore LGTM approved, but I want to point out that it's not clear where the flag needs to be set, therefore I don't know how to test this.
Thanks for the feedback, @philprime . Is it clear now b6e222b? |
Makes sense now, thank you! |
Ensure setting SENTRY_ASYNC_SAFE_LOG_ALSO_WRITE_TO_CONSOLE = 1 doesn't get committed by accident.
#skip-changelog